Pre-computed navigation recipes for public websites. Your AI agent skips the explore-and-click phase and goes straight to the answer.
Overview
Browser agents fumble when they read the DOM blindly. Bowmark serves a continuously-refreshed cheatsheet for known websites — either a parameterized URL (fastest_path) or a tight UI sequence (ui_procedure) — so your agent skips the guessing and goes straight to the answer. Drops into Claude Code, Claude.ai, Cursor, OpenCode, and any MCP-aware host. No auth, hosted at api.bowmark.ai/mcp. Free during beta.
Server Config
{
"mcpServers": {
"bowmark": {
"url": "https://api.bowmark.ai/mcp"
}
}
}